projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1aeff
)
Fix gdk_window_has_no_impl typo
author
Alexander Larsson
<alexl@redhat.com>
Mon, 26 Jan 2009 14:45:17 +0000
(15:45 +0100)
committer
Alexander Larsson
<alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:26 +0000
(10:15 +0200)
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index 824d5f74472b91f54712c592c087fe84b4a6e987..c92abdb3c7190311eec213c2047386363a4e98ba 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-440,7
+440,7
@@
_gdk_window_has_impl (GdkWindow *window)
static gboolean
gdk_window_has_no_impl (GdkWindowObject *window)
{
- return window->impl_window;
+ return window->impl_window
!= window
;
}
static void